home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Rainbow / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.1 KB  |  76 lines

  1. BODY
  2. {
  3.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(255,0,0);
  6.     background-color : rgb(204,255,204);
  7.     background-image : none
  8. }
  9.  
  10. UL
  11. {
  12.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  13.     font-size : 0.8em;
  14.     font-weight : bold
  15. }
  16.  
  17. .TextObject
  18. {
  19.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  20.     font-size : 0.8em;
  21.     letter-spacing : 0.2em
  22. }
  23.  
  24. H1
  25. {
  26.     color : rgb(198,8,52)
  27. }
  28.  
  29. H2
  30. {
  31.     color : rgb(255,0,0)
  32. }
  33.  
  34. P
  35. {
  36.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  37.     font-size : 0.8em;
  38.     letter-spacing : 0.2em;
  39.     font-weight : normal;
  40.     font-style : normal
  41. }
  42.  
  43. H3
  44. {
  45.     color : rgb(255,102,51)
  46. }
  47.  
  48. OL
  49. {
  50.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  51.     font-size : 0.8em;
  52.     font-weight : bold
  53. }
  54.  
  55. H4
  56. {
  57.     color : rgb(255,153,0)
  58. }
  59.  
  60. H5
  61. {
  62.     color : rgb(255,153,0)
  63. }
  64.  
  65. H6
  66. {
  67.     color : rgb(255,153,0)
  68. }
  69.  
  70. A:hover
  71. {
  72.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  73.     color : rgb(153,51,51)
  74. }
  75.  
  76.